NGenericDataCellEditor<TValueEditor> Class Members
In This Topic
The following tables list the members exposed by NGenericDataCellEditor<TValueEditor>.
Public Fields
Public Properties
| Name | Description |
 | ButtonsStack | Gets or sets the stack panel that contains the buttons of the editor. |
 | NullLabel | Gets or sets the null label, which is displayed over the value editor, if the current value is null. |
 | ValueEditor | Gets or sets the value editor. |
Top
Public Methods
| Name | Description |
 | CanCopy | Overridden. Determines whether the this cell can copy its content on the clipboard. |
 | CanCut | Overridden. Determines whether the this cell can cut its content on the clipboard. |
 | CanPaste | Overridden. Determines whether the this cell can accept pasted content from the clipboard. |
 | Copy | Overridden. Copies the content of the specified data cell on the clipboard. |
 | Cut | Overridden. Cuts the content of the specified data cell on the clipboard. |
 | Paste | Overridden. Pastes the content from the clipboard inside the this cell. |
Top
See Also